home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / archvrs / amiga / tr-ptchd / src / types.h < prev    next >
Encoding:
Text File  |  1991-03-20  |  211 b   |  9 lines

  1. typedef unsigned long    u_long;
  2. typedef unsigned int    u_int;
  3. typedef unsigned short    u_short;
  4. typedef unsigned char    u_char;
  5. typedef int        dev_t;
  6. typedef int        ino_t;
  7. typedef    unsigned short    off_t;
  8. typedef int        time_t;
  9.